Animo 2.0 has its own tiled file format for images. This splits the image into a number of tiles, each showing a small part of the full image. This tiled format has two main advantages:
You can use the maketiled
utility to convert an image to the tiled file format. Its syntax is:
maketiled [-h] [-s tile_size] [-lzw|-jpeg q] [-o out_dir] images
where:
-h
prints a "help" message giving more details about the options.-s tile_size
sets the size in pixels of each of the tiles.-lzw
compresses each of the tiles using LZW compression.-jpeg
compresses each of the tiles using JPEG compression, with a quality q between 100 (high) and 0 (low).-o out_dir
places the output in the directory out_dir.
![]() ![]() ![]() ![]() ![]() ![]() |
![]() |
Titan House, Castle Park, Cambridge CB3 0AY, England Tel: +44 (0) 1223 488200 Fax: +44 (0) 1223 488201 e-mail: support@cambridgeanimation.com |
Animo NT User's Guide - Version 2.0 - 29 Jan 1999 Copyright © Cambridge Animation Systems |